Participant

class Participant : Serializable, LiveEventUser

A class that provides general information about a participant in a live event.

Since

1.0.0

Properties

Link copied to clipboard
val duration: Long

The period from the time when the participant entered the live event to the time the participant exited the live event.

Link copied to clipboard
var enteredAt: Long?

Timestamp when the participant entered the live event.

Link copied to clipboard
var exitedAt: Long?

Timestamp when the participant exited the live event.

Link copied to clipboard
var liveEventId: String

The unique ID of the live event.

Link copied to clipboard
open override val liveEventUserId: String
Link copied to clipboard
var nickname: String

The nickname of the user.

Link copied to clipboard
var participantId: String

The unique ID of the participant. Participant ID is generated each time the user enters a live event.

Link copied to clipboard
var profileURL: String

The profile image of the user.

Link copied to clipboard
var state: ParticipantState

The state of the participant. Valid values are entered and exited.

Link copied to clipboard
var userId: String

The unique ID of the user.